Skip to content

Update .NET CI workflow and Dockerfile #13

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 30, 2024
Merged

Update .NET CI workflow and Dockerfile #13

merged 1 commit into from
Oct 30, 2024

Conversation

sayedpfe
Copy link
Owner

This pull request introduces a new CI/CD pipeline for a .NET application, including Docker support and deployment to Azure. The most important changes involve setting up the workflow, Dockerfile, and deployment steps.

CI/CD Pipeline Setup:

  • Workflow Configuration:
    • Added a new GitHub Actions workflow file .github/workflows/donnetdeploy.yml to automate the build, test, and deployment process for the .NET application. This includes steps for building, testing, and deploying the application to different environments (development, test, and production).

Docker Support:

  • Dockerfile Creation:
    • Created a new Dockerfile src/Application/src/RazorPagesTestSample/Dockerfile to containerize the .NET application. This Dockerfile defines the build and runtime environments using the .NET 8.0 SDK and ASP.NET images, respectively.

@sayedpfe sayedpfe merged commit 67ce062 into main Oct 30, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants